projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d0c759
)
Seal the private member.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:17 +0000
(10:59 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:59:17 +0000
(10:59 +0000)
* gtk/gtkcellview.h: Seal the private member.
svn path=/trunk/; revision=20505
gtk/gtkcellview.h
patch
|
blob
|
history
diff --git
a/gtk/gtkcellview.h
b/gtk/gtkcellview.h
index 790fc7fc27d3e3a8c356f2bbf9bf2bd5a131ba90..a214fa80197c282a04bf4d5dae662d370ca8e891 100644
(file)
--- a/
gtk/gtkcellview.h
+++ b/
gtk/gtkcellview.h
@@
-46,7
+46,7
@@
struct _GtkCellView
GtkWidget parent_instance;
/*< private >*/
- GtkCellViewPrivate *
priv
;
+ GtkCellViewPrivate *
GSEAL (priv)
;
};
struct _GtkCellViewClass